home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / scuba.swf / scripts / frame_18 / DoAction.as < prev   
Text File  |  2010-03-13  |  198b  |  9 lines

  1. if(gConstantsSet == false)
  2. {
  3.    gConstantsSet = true;
  4.    skillLevel.gotoAndStop(String(gSkillLevel));
  5.    fnSetConstants();
  6. }
  7. points = eval("POINTS_FOR_MINE_" + String(gSkillLevel));
  8. stop();
  9.